
CBADA - CCDM & EECMS, Curtin University
26/11/2025
Objective: evaluating deep sowing of oats in WA production systems
Design: split-plot design at two sites
Sowing depths at 30, 80 and 120 mm
Variety-herbicide combinations: 10 levels

The growth scale data is measured on an ordinal scale following the Zadoks growth scale measurement methods.
Ten samples were taken from each plot four weeks after sowing.
The Zadok’s growth scale is based on ten principal cereal growth stages (Zadoks, Chang, and Konzak (1974)):
0 - Germination
1 - Seeding growth
2 - Tillering
3 - Stem elongation
4 - Booting
5 - Awn emergence
6 - Flowering (anthesis)
7 - Milk development
8 - Dough development
9 - Ripening

The Zadok’s growth scale is not chronological time points but a series of ordinal stages.
0 - Germination
00 - Dry seed
01 - Start of water absorption
03 - Seed fully swollen
05 - First root emerged from seed
07 - Coleoptile emerged from seed
09 - First green leaf just at tip of coleoptile
1 - Seedling growth
10 - First leaf through coleoptile
11 - First leaf emerged
12 - Two leaves emerged
13 - Three leaves emerged
14 - Four leaves emerged
15 - Five leaves emerged
16 - Six leaves emerged
17 - Seven leaves emerged
18 - Eight leaves emerged
19 - Nine or more leaves emerged
2 - Tillering
20 - Main stem only
21 - Main stem and one tiller
22 - Main stem and two tillers
23 - Main stem and three tillers
24 - Main stem and four tillers
25 - Main stem and five tillers
26 - Main stem and six tillers
27 - Main stem and seven tillers
28 - Main stem and eight tillers
29 - Main stem and nine or more tillers




Field trials have spatial gradients
Better estimates → Better decisions
Ordinal (not continuous) response
Hierarchical design (plots, sites)
Complex interactions
Spatial correlation
Biological interpretability
rstanPowerful brms package for Bayesian multilevel models using rstan (Stan Development Team (2025), Bürkner (2017)).
Flexibility: supports a wide range of distributions and link functions, incorporating personalised features, such as spatial effects.
Advanced features: handles missing data, multilevel structures, and more.
Visualisation: offers extensive plotting capabilities for model diagnostics and results.
Source: Bürkner and Vuorre (2019)
Sequential model logic
Plant at stage \(k\) asks: “Do I advance to \(k+1\)?”
\[P(\text{advance to } k+1 | \text{currently at } k)\]
For Z13 → Z21 transition:
“Does this plant develop its first tiller?”
Treatment effects = changes in advancement probability!
This directly answers: “Does shallow sowing ACCELERATE development?” ⏱️
Why not cumulative?
Cumulative models: \(P(Y \leq k)\)
“Probability of being at or below stage k”
Problem: Doesn’t capture the sequential progression through development!
\[ \begin{split} &Y_i \in \{Z00, Z01, \ldots, Z24\} \\ &\eta_{k,i} = \alpha_k + \boldsymbol\beta_k^\top \mathbf{x}_i + u_{\text{Plot}[i]} + u_{\text{Depth}[i]|\text{Plot}[i]} + f(\mathbf{s}_i) \\ &P(Y_i \geq k \mid Y_i \geq k-1) = \text{logit}^{-1}(\eta_{k,i}) \\ &u_{\text{Plot}} \sim N(0, \sigma_p^2) \\ &u_{\text{Depth|Plot}} \sim N(0, \sigma_d^2) \\ &f \sim \text{GP}(\mathbf{0}, \Sigma_s) \quad \text{(optional)}. \end{split} \]
\(\alpha_k, \beta_k\) are category-specific (vary by growth stage)
Captures how sowing depth affects different developmental transitions differently
Hierarchical structure accounts for plot and treatment effects

(source: Gelman et al. (2020))
(source:https://github.com/chi-feng)
In Bayesian statistics, the expected \(\log\) LOO predictive density (ELPD) is used to measure the predictive accuracy : \[ \mbox{elpd} = \sum_{i=1}^{n}\log p(y_i\mid y_{-i}), \] where \(p(y_i \mid y_{-i}) = \int p(y_i \mid \theta)p(\theta \mid y_{-i})d\theta\) is the LOO predictive density with the \(i\)-th observation omitted from the data set (Vehtari, Gelman, and Gabry (2017)).
Bürkner, Gabry, and Vehtari (2021) proposed approximated LOO CV, which uses only a single model fit and calculating the pointwise \(\log\) predictive density as a fast approximation to the exact LOO CV (Cao et al. (2022)).

Winner: Sequential for Better ELPD + biologically interpretable!


Also refer to Cao et al. (2022) for detailed diagnostics.
Variety-specific response by sowing depth (Merredin); ribbons show 95% credible intervals.
What this shows:
Treatment effects comparison across Merredin and Wickepin
The same framework works for disease assessment!
Powdery mildew (0-9 scale)
Fusarium head blight severity
Leaf rust infection scores
Root health ratings
Why sequential model?
Disease progression is also sequential:
Healthy -> Mild -> Moderate -> Severe -> Very Severe
“Does treatment prevent advancement to next severity level?”
Same logic as growth stages! 🌱→🦠
Current workflow:
Limitations:
Labour intensive
Subjective scoring
Limited temporal resolution
Can’t scale to whole fields
2026 vision: automated system
Advantages:
✅ Continuous monitoring
✅ Objective classification
✅ Whole-field coverage
✅ Early intervention possible
Growth stages are ordinal - respect the structure! Don’t use linear models.
Sequential models match biology - plants progress through stages, model should too.
Bayesian inference answers real questions - not just p-values, actual probabilities.
Spatial correlation matters - field trials need spatial structure in models.
Framework is general - works for growth stages, disease severity, any other ordinal outcome.
Ready for precision agriculture - principled statistics + AI = future of agronomy.
People:
Funding & Support: 


IBS2025 Biometrics in the Bush Capital | Z. Cao et al.